home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Midi / Import / analyze-rhythm < prev   
Text File  |  1998-10-23  |  754b  |  23 lines

  1. analyze-rhythm <descriptions>
  2.  
  3. Analyzes the symbol components and saves the output to the output-file using def-rhythm syntax. If the keyword 'screen is used the output is directed to the listener window. Suitable for analyzing drum patterns and riffs and documenting the libraries built with analyze-library and analyze-components.
  4.  
  5. (analyze-rhythm
  6.    input "ccl;input:riffs"
  7.    output "defbeat-listing"
  8.    quant (get-ratio '1/16)
  9.    mapping mt-32
  10. )
  11.  
  12. -->
  13.  
  14. (def-rhythm
  15. ;              1---!---!---!---2---!---!---!---3
  16. beat0   1/16  "-               "   (a)
  17. beat1   1/16  "----------------"   (c)
  18. beat2   1/16  "        -       "   (d)
  19. beat3   1/16  "-   -   -   -   "   (h)
  20. beat4   1/16  "  -   -   -   - "   (i)
  21. beat5   1/16  "- - - - - - - - "   (n)
  22. )
  23.